home *** CD-ROM | disk | FTP | other *** search
- PictureInfos(Expr;Var1;Var2;Var3;Var4)
- Expr is a picture expression
- Var1...Var4 are numeric variables
-
- PictureInfos returns in variables the size and the location of the picture specified by Expr.
-
- After the call :
-
- Var1 is equal to the horizontal coordinate of the top left corner of the picture.
- Var2 is equal to the vertical coordinate of the top left corner of the picture.
- Var3 is equal to the width of the picture.
- Var4 is equal to the height of the picture.
-
- All values are expressed in pixels.